;
; Compile the net259 homepage
;
failat 21
pcd at:www/x
; buildup list of nodes in 2:259
gfindxxx >RAM:259t n 2:259/* #? lformat="%t
%S | %3 | %s | %l | %O | %i" quiet
; Sort the list
sort RAM:259t RAM:259t
; Join parts and add update date...
type fido259h.html >RAM:fido259.html
type RAM:259t >>RAM:fido259.html
echo " Table last updated " >>RAM:fido259.html NOLINE
echo `date` >>RAM:fido259.html
echo ", using " >>RAM:fido259.html NOLINE
echo `dir nodelist:nodelist.???` >>RAM:fido259.html
echo " " >>RAM:fido259.html
type fido259t.html >>RAM:fido259.html
delete RAM:259t QUIET
; bit more speed...
copy SC:C/splat RAM:
cd RAM:
; Troublesome node name ;)
splat -o "\x3e Ultraworld \x3c" "Ultraworld" fido259.html
; Remove housekeeping nodes
splat -o " |
Aberdeen Hub | 2:259/300 | Iain Sherrit | Aberdeen | 44-1224-709833 | 24hr" "" fido259.html
splat -o " |
Livingston Hub | 2:259/400 | Walter Hampson | Livingston | 44-1506-493620 | 24hr" "" fido259.html
splat -o " |
Scottish Net | 2:259/0 | Frank Peterson | Friockheim | 44-1241-828793 | 24hr" "" fido259.html
splat -o " |
Glasgow Hub | 2:259/100 | Peter Waddell | Glasgow | 44-1416-327568 | 24hr" "" fido259.html
; Add BBS homepages
splat -o "Mlv's Mailer" "Mlv's Mailer" fido259.html
splat -o "Renegade BBS" "Renegade BBS" fido259.html
splat -o "The Cookie Jar" "The Cookie Jar" fido259.html
splat -o "Touchdown BBS" "Touchdown BBS" fido259.html
splat -o "Matt's Mailer" "Matt's Mailer" fido259.html
splat -o "Bell BBS" "Bell BBS" fido259.html
splat -o "Verities & Balderdash" "Verities & Balderdash" fido259.html
;splat -o "" "" fido259.html
; Add email addresses
splat -o "mike.henderson@f15.n259.z2.fido.zetnet" "mike@cengine.demon" fido259.html
splat -o "alan.mulvie@f38.n259.z2.fido.zetnet.co.uk" "100566.1444@compuserve.com" fido259.html
splat -o "robin.abecasis@f78.n259.z2.fido.zetnet.co" "mailto:cs4ra@scms.rgu.ac" fido259.html
splat -o "michael.cooke@f18.n259.z2.fido.zetnet.co" "bsc117@dcs.napier.ac" fido259.html
splat -o "peter.waddell@f69.n259.z2.fido.zetnet.co.uk" "peterw@dial.pipex.com" fido259.html
splat -o "david.bryce@f95.n259.z2.fido.zetnet" "david@rsc" fido259.html
splat -o "andrew.dowds@f65.n259.z2.fido.zetnet" "adowds@cix.compulink" fido259.html
splat -o "andrew.dowds@f66.n259.z2.fido.zetnet" "adowds@cix.compulink" fido259.html
splat -o "ian.scott@f67.n259.z2.fido.zetnet" "ian@touchdwn.demon" fido259.html
splat -o "matt.mcqueen@f47.n259.z2.fido.zetnet" "cbm_assoc@cqm" fido259.html
splat -o "brian.keir@f50.n259.z2.fido.zetnet" "brian.keir@nessies.demon" fido259.html
splat -o "dave.macfarlane@f41.n259.z2.fido.zetnet.co.uk" "arrochar@aol.com" fido259.html
;splat -o "" "" fido259.html
; Finishup
delete splat QUIET
delete >NIL: at:www/fido259.html
copy fido259.html TO AT:www/ QUIET
; And while we are at it, lets archive
cd at:www
delete >NIL: www.lha
lha >NIL: a www.lha #?
; fini, cd back to where we were...
pcd |